From 13053ce954ac038dd53d0201dc7698ab2d5ce719 Mon Sep 17 00:00:00 2001 From: Matthias Geiger Date: Mon, 1 Sep 2025 18:13:55 +0200 Subject: [PATCH] d/gbp.conf: Update for DEP-14 style --- debian/gbp.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/debian/gbp.conf b/debian/gbp.conf index cec628c..7ad7f9f 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,17 @@ [DEFAULT] pristine-tar = True +debian-branch = debian/latest +upstream-branch = upstream/latest + +[buildpackage] +sign-tags = True + +[dch] +multimaint-merge = True + +[import-orig] +postimport = dch -v%(version)s New upstream release; git add debian/changelog; debcommit +upstream-vcs-tag = %(version%~%.)s + +[pq] +patch-numbers = False -- 2.30.2